PluginVerifierIdeExtractorTransformer

@DisableCachingByDefault(because = "Not worth caching")
abstract class PluginVerifierIdeExtractorTransformer @Inject constructor(archiveOperations: ArchiveOperations, fileSystemOperations: FileSystemOperations) : TransformAction<PluginVerifierIdeExtractorTransformer.Parameters>

A transformer used for extracting IDEs used by the IntelliJ Plugin Verifier.

Constructors

Link copied to clipboard
@Inject
constructor(archiveOperations: ArchiveOperations, fileSystemOperations: FileSystemOperations)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Parameters : TransformParameters

Properties

Link copied to clipboard
@get:InputArtifact
@get:Classpath
abstract val inputArtifact: Provider<FileSystemLocation>

Functions

Link copied to clipboard
Link copied to clipboard
open override fun transform(outputs: TransformOutputs)